Skip to content
This repository has been archived by the owner on Sep 1, 2020. It is now read-only.

Latest commit

 

History

History
12 lines (8 loc) · 234 Bytes

6.3.10 - Table->del.md

File metadata and controls

12 lines (8 loc) · 234 Bytes

Table->del

删除数据

bool Table->del(string $key)
  • $key对应的数据不存在,将返回false
  • 成功删除返回true

Key非二进制安全,必须为字符串类型,不得传入二进制数据